net/http.http2netHTTPClientConn.cc (field)

22 uses

	net/http (current package)
		h2_bundle.go#L10584: 	cc *http2ClientConn
		h2_bundle.go#L10588: 	return cc.cc.RoundTrip(req)
		h2_bundle.go#L10592: 	return cc.cc.Close()
		h2_bundle.go#L10596: 	cc.cc.mu.Lock()
		h2_bundle.go#L10597: 	defer cc.cc.mu.Unlock()
		h2_bundle.go#L10598: 	if cc.cc.closed {
		h2_bundle.go#L10605: 	defer cc.cc.maybeCallStateHook()
		h2_bundle.go#L10606: 	cc.cc.mu.Lock()
		h2_bundle.go#L10607: 	defer cc.cc.mu.Unlock()
		h2_bundle.go#L10608: 	if !cc.cc.canReserveLocked() {
		h2_bundle.go#L10611: 	cc.cc.streamsReserved++
		h2_bundle.go#L10616: 	defer cc.cc.maybeCallStateHook()
		h2_bundle.go#L10617: 	cc.cc.mu.Lock()
		h2_bundle.go#L10618: 	defer cc.cc.mu.Unlock()
		h2_bundle.go#L10623: 	if cc.cc.streamsReserved > 0 {
		h2_bundle.go#L10624: 		cc.cc.streamsReserved--
		h2_bundle.go#L10629: 	cc.cc.mu.Lock()
		h2_bundle.go#L10630: 	defer cc.cc.mu.Unlock()
		h2_bundle.go#L10631: 	return cc.cc.availableLocked()
		h2_bundle.go#L10635: 	cc.cc.mu.Lock()
		h2_bundle.go#L10636: 	defer cc.cc.mu.Unlock()
		h2_bundle.go#L10637: 	return cc.cc.currentRequestCountLocked()